home *** CD-ROM | disk | FTP | other *** search
- package com.ibm.xml.framework;
-
- public interface XMLValidationHandler {
- void reset(ParserState var1);
-
- void checkRootElementName(int var1) throws Exception;
-
- void checkAttributes(int var1, int var2) throws Exception;
-
- int checkContent(int var1, int var2, int[] var3) throws Exception;
-
- void checkIDRefNames() throws Exception;
-
- int whatCanGoHere(int var1, boolean var2, InsertableElementsInfo var3) throws Exception;
- }
-